home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / NuBus.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  70 lines

  1. /*
  2.      File:        NuBus.idl
  3.  
  4.      Contains:    NuBus I/O Interfaces 
  5.  
  6.      Version:    Technology:    xxx Put version info here xxx
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __NUBUS_IDL__
  19. #define __NUBUS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __SLOTS_IDL__
  28. #include <Slots.idl>
  29. #endif
  30.  
  31. #ifdef __SOMIDL__
  32.  
  33. #if FOR_SYSTEM8_PREEMPTIVE
  34. /*
  35.  *
  36.  * kSpaceCode -
  37.  *
  38.  * Bitfield definitions for the "reg" and "assigned-adderesses"
  39.  * properties found in the device portion of the NameRegistry
  40.  *
  41. */
  42. typedef UInt32                    EncodeInt;
  43.  
  44. typedef SOMLargeStruct            EncodePhys;                    /* Derived from a struct of 12 bytes in size */
  45.  
  46. typedef SOMLargeStruct            EncodeSize;                    /* Derived from a struct of 8 bytes in size */
  47.  
  48. /*
  49.  * PropertyReg & PropertyAssignedAddresses -
  50.  *
  51.  * The struct format definitions for the "reg" and
  52.  * "assigned-addresses" NameRegistry properties.
  53.  *
  54. */
  55. typedef SOMLargeStruct            PropertyReg;                /* Derived from a struct of 20 bytes in size */
  56.  
  57. typedef SOMLargeStruct            MotherboardReg;                /* Derived from a struct of 8 bytes in size */
  58.  
  59. /*
  60.  * Family service category and name declarations
  61.  * (that's it for now)
  62.  *
  63. */
  64. #endif
  65.  
  66. #endif /* __SOMIDL__ */
  67.  
  68. #endif /* __NUBUS_IDL__ */
  69.  
  70.